home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- : repeat
- cls
- echo.
- echo ┌─────────── 200 GREATER and LESSER MYSTERIES CD ROM MENU ──────────┐
- echo │ │
- echo │ Press [a] for Biorythm calculator [1] View texts & books │
- echo │ [b] Astropro Astrology prog [2] Take Keirsey Test │
- echo │ [c] CIA World Fact Book [3] Take Meyers test │
- echo │ [d] Spybase intelligence DB [4] Test your ESP │
- echo │ [e] 3D stereo images (mouse) [5] Chinese Astrology │
- echo │ [f] Chemical Hazard DB [6] Handwriting analysis │
- echo │ [g] Non-Medical pain relief [7] How the mind works │
- echo │ [h] Herb Book [8] About your Emotions │
- echo │ [i] Herbology helper [9] Consult the ICHING oracle │
- echo │ [j] Wisdom of the ages [0] Read your palm │
- echo │ [k] 3D stereo images │
- echo │ Please note that if you request a function on the above programs │
- echo │ which attempts a disk write, then the program may crash, as of │
- echo │ course it is not possible to write to a CD. To use such functions │
- echo │ Install the program on your hard disk. The purpose of these CD │
- echo │ installed versions is to allow a quick taste of the programs. │
- echo │ Press escape to exit back to DOS │
- echo ├───────────────────────────────────────────────────────────────────┤
- echo └───────────────────────────────────────────────────────────────────┘
- echo NOTE: There are many other programs on this CD which cannot be run
- ECHO from this menu. Choose [1] to view all the files available.
- :loop
- batch /a Hit a Key
- if errorlevel 108 goto loop
- if errorlevel 107 goto k
- IF ERRORLEVEL 106 GOTO j
- IF ERRORLEVEL 105 GOTO i
- IF ERRORLEVEL 104 GOTO h
- IF ERRORLEVEL 103 GOTO g
- IF ERRORLEVEL 102 GOTO f
- IF ERRORLEVEL 101 GOTO e
- IF ERRORLEVEL 100 GOTO d
- IF ERRORLEVEL 99 GOTO c
- IF ERRORLEVEL 98 GOTO b
- IF ERRORLEVEL 97 GOTO a
- if errorlevel 96 goto loop
- if errorlevel 58 goto loop
- IF ERRORLEVEL 57 GOTO 9
- IF ERRORLEVEL 56 GOTO 8
- IF ERRORLEVEL 55 GOTO 7
- IF ERRORLEVEL 54 GOTO 6
- IF ERRORLEVEL 53 GOTO 5
- IF ERRORLEVEL 52 GOTO 4
- IF ERRORLEVEL 51 GOTO 3
- IF ERRORLEVEL 50 GOTO 2
- IF ERRORLEVEL 49 GOTO 1
- if errorlevel 48 goto 0
- if errorlevel 47 goto loop
- if errorlevel 28 goto loop
- IF ERRORLEVEL 27 GOTO Exit
- if errorlevel 26 goto loop
- if errorlevel 13 goto loop
- : 0
- cd\
- cd predict\palm
- palmegab
- cd\
- goto repeat
- : 1
- cd\
- view
- cd\
- goto repeat
- : 2
- cd\
- cd\
- cd psychol\keirsey
- keirsey
- cd\
- goto repeat
- : 3
- cd\
- cd psychol\myers
- myers
- cd\
- goto repeat
- : 4
- cd\
- cd psychol\esp
- esp
- cd\
- goto repeat
- : 5
- cd\
- cd predict\ming
- mingshu
- cd\
- goto repeat
- : 6
- cd\
- cd psychol\handwrit
- start
- cd\
- goto repeat
- : 7
- cd\
- cd psychol\howmind
- hr4
- cd\
- goto repeat
- : 8
- cd\
- cd psychol\emotion
- bookmenu
- cd\
- goto repeat
- : 9
- cd\
- cd predict\iching
- iching
- cd\
- cls
- goto repeat
- : a
- cd\
- cd biorythm
- bio2
- cd\
- goto repeat
- : b
- cd\
- cd astrol\astpro
- astro22
- cd\
- goto repeat
- : c
- cd\
- cd geninfo\cia
- cia
- cd\
- goto repeat
- : d
- cd\
- cd spybase
- spybase
- cd\
- goto repeat
- : e
- cd\
- cd psychol\mindbend
- perspect
- cd\
- goto repeat
- : f
- cd\
- cd health\badstuff
- badstuff
- cd\
- goto repeat
- : g
- cd\
- cd health\nomed
- show
- cd\
- goto repeat
- : h
- cd\
- cd herb\herbook
- begin
- cd\
- goto repeat
- : i
- cd\
- cd herb\helper
- dart herbhelp.#01
- cd\
- goto repeat
- : j
- cd\
- cd wisdom
- wis
- cd\
- goto repeat
- : k
- cd\
- cd psychol\mindbend
- mindimg2
- cd\
- goto repeat
- cls
- : Exit
- exit
- rem Copyright (c) 1994 PDSL Sussex UK